home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI WebFORCE 1998 February
/
SGI WebFORCE 1998 February - Disc 1.iso
/
docs6.4
/
relnotes
/
ns_rds
/
ch5.z
/
ch5
Wrap
Text File
|
1998-02-25
|
1KB
|
67 lines
- 1 -
5. _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
As for any _N_e_t_s_c_a_p_e server products, there is a number of
semaphores consumed by each server instance. It is then
possible for you to encounter the following error during an
operation via the admin server:
usinit: no space left on device
To solve this problem you can either run fewer instances of
_N_e_t_s_c_a_p_e servers or increase the resources limit on your
system by doing:
$ su -
# cd /var/sysgen/master.d
# cp usema usema.orig
# chmod +w usema
# vi usema
*
* usema - pollable semaphores
*
*FLAG PREFIX SOFT #DEV DEPENDENCIES
sc us 47 -
usexit(){false}
$$$
/* max minor devs is 255 */
#define USMAXDEVS 254
int usmaxdevs = USMAXDEVS;
Increase USMAXDEVS to a number equal to 60 * number of server
instances running.
# autoconfig -f
# reboot